mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -07:00
776dc0e8f1
This is the third go and I'm going for it!
5 lines
42 B
C
5 lines
42 B
C
int main() {
|
|
float a = 0.5;
|
|
return 0;
|
|
}
|