added comments

This commit is contained in:
Andrew Segavac
2021-05-29 12:16:03 -06:00
parent 03fb361e0b
commit 806835f2b9
3 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
// adds a and b, but also 4 for some reason
fn add(a: I32, b: I32): I32 {
let foo = 4;
let test_float: F32 = {