This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class App::Art::Generator::ChromaticAberration | |
property width = 1600 | |
property height = 800 | |
property smallest_square_size = 8 | |
property square_size = 40 | |
property padding = 2 | |
property colors = ["#FF0000", "#00FF00", "#0000FF"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ModuleID = 'test.c' | |
source_filename = "test.c" | |
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" | |
target triple = "x86_64-pc-linux-gnu" | |
@.str = private unnamed_addr constant [8 x i8] c"HELLO!\0A\00", align 1 | |
; Function Attrs: noinline nounwind optnone uwtable | |
define i32 @main() #0 { | |
%1 = alloca i32, align 4 |