working cpp codegen

This commit is contained in:
Stefan Stefanov 2024-04-24 23:24:59 +03:00
parent 043892cdd1
commit 44e88f7fd0
2 changed files with 31 additions and 38 deletions

View file

@ -46,6 +46,9 @@ main :: proc() {
rl.ExportImage(atlas, EXPORT_PATH)
// something : string = "hello"
// fmt.printf("{1} {2} else", something, 10)
// TestStruct :: struct {
// something: struct {
// name: string,