Skip to content

Instantly share code, notes, and snippets.

View claudiug's full-sized avatar
💜
I eat stickers all the time, dude.

Klaus Heissler claudiug

💜
I eat stickers all the time, dude.
  • cto@relatico
  • Austin
View GitHub Profile
{
"color_scheme": "Packages/IR_Black.tmbundle/Themes/IR_Black.tmTheme",
"font_face": "Monaco",
"font_size": 12,
"highlight_line": true,
"caret_style": "phase",
"auto_indent": true,
"draw_indent_guides": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
System.out.println("Hello World!");
int[] s = new int[]{5,4,3,2,2,1, 55, 34,12, 4,66,98, 32, 67,15};
System.out.println(Arrays.toString(s));
//selectionSort(s);
//insertionSort(s);
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication4
{
class Program
{
static void Main(string[] args)
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication4
{
class Program
{
static void Main(string[] args)