Skip to content

Instantly share code, notes, and snippets.

test 1
Forking trevor's gist
# Translation note:
# init() will not be needed. Our input is already ready to be read. (Alliteration :D)
# Translated from http://compilers.iecc.com/crenshaw/tutor1.txt
TAB = "\t"
class scanner:
def __init__(self):
self.input = list(raw_input())
<?php echo 'Arquay is nice' ?>
@Test
public void shouldLoadAllBeansFromSpringContext() throws Exception {
for(String bean : new String[]{"productInputFormat", "upgradingMapper", "upgradeJob"})
Assert.assertNotNull(context.getBean(bean));
}
#include <stdio.h>
int main (int argc, char** argv)
{
printf("How do I delete gists?\n");
}
puts "yo!"
yo, what's up kid!?