Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
d00f2951aa59ac7dd32e1b3b46c6db6110de1d4a
d00f2951aa59ac7dd32e1b3b46c6db6110de1d4a
Switch branch/tag
labcomm
examples
simple_java
simple.lc
Find file
Normal view
History
Permalink
simple.lc
96 Bytes
Newer
Older
started simple example
Sven Robertz
committed
Nov 02, 2011
1
2
3
4
5
6
7
8
9
sample struct {
int a;
int b;
} TwoInts;
sample struct {
int x;
string s;
} IntString;