Advertisement
Guest User

no_os_for_exelotl.nim

a guest
Jan 8th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nim 1.25 KB | None | 0 0
  1. Type Foo = object                                                                                                                                                                                                  
  2.   x, y:int                                                                                                                                                                                                        
  3.                                                                                                                                                                                                                    
  4. proc main() =                                                                                                                                                                                                      
  5.   let a = Foo(x:10, y:20)                                                                                                                                                                                          
  6.                                                                                                                                                                                                                    
  7. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement