Skip to content

Instantly share code, notes, and snippets.

View aolshevskiy's full-sized avatar
👽

Artyom Olshevskiy aolshevskiy

👽
View GitHub Profile
@aolshevskiy
aolshevskiy / ConsoledHello.java
Created October 29, 2010 15:06
RJyC doc sources
import javax.servlet.http.*;
import java.util.*;
import java.io.*;
import net.rjyc.Server;
public class Hello extends HttpServlet {
public final Map<String, String> links = new HashMap<String, String>();
{
links.put("Python", "http://python.org");
links.put("Java", "http://java.net");