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 sebres
20 hours ago
tcl by iobates
17 days ago
tcl by iobates
17 days ago
tcl by iobates
17 days ago
tcl by FLORENTIS
21 days ago
tcl by Florentis
21 days ago
tcl by schelte
27 days ago
tcl by iobates
27 days ago
tcl by cgm
28 days ago
tcl by iobates
32 days ago
Submit
New paste
Documentation
From Jabber