#import "fmt.odin"; main :: proc() { fmt.printf("%f", 123); } /* Standard Library Development: * Formatted printf * The Variable * math - Trig - Random - atoi * Memory allocation * File IO * Timing - Regular and OS */