Skip to content

Instantly share code, notes, and snippets.

View RoelCastano's full-sized avatar

Roel Castaño Moreno RoelCastano

  • IcaliaLabs
  • Mexico
View GitHub Profile
//
// ILAppDelegate.m
//
// Created by Adrian Gzz on 25/09/13.
//
...
#import "ILMappingManager.h"
...
# ----------------------------------------------------- #
# Roel Castaño Moreno. #
# March 21, 2014. #
# Problem 2 for Icalia Labs. #
# ----------------------------------------------------- #
# Function that reverses the string "str"
def reverse_words(str)
# ----------------------------------------------------- #
# Roel Castaño Moreno. #
# March 21, 2014. #
# Problem 1 for Icalia Labs. #
# ----------------------------------------------------- #
# Asks for user's input (sentence to be processed).
print "Please write a sentence: "
sentence = gets.chomp