hash.l
Posted to
tcl
by lmcvoy at Tue Nov 13 02:05:57 GMT 2007
view raw
doit()
{
string
buf;
hash h;
while
(gets("stdin", &buf) >= 0) {
h{buf} = 1;
}
}
main()
{
doit();
}
Recent Posts
tcl by mookie
10 days ago
tcl by cgm
12 days ago
tcl by egavilan
18 days ago
tcl by smlckz
19 days ago
tcl by Guest86
23 days ago
tcl by mookie
25 days ago
tcl by greycat
30 days ago
tcl by mookie
38 days ago
tcl by mookie
38 days ago
tcl by mookie
43 days ago
Submit
New paste
Documentation
From Jabber