Este es el README de mi nueva aplicación MyNewApp.
Este fichero se usa de ejemplo dentro del blog de aprendegit.com para crear un primer repositorio.
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Net.Http; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Web.Script.Serialization; | |
| namespace TwitterFeed | |
| { |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Net.Http; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Web.Script.Serialization; | |
| namespace TwitterFeed | |
| { |
| using System; | |
| namespace TwitterFeed | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| using System; | |
| namespace TwitterFeed | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| string twitterHandle = "VisualStudio"; | |
| if (args.Length == 1) |
| using System; | |
| namespace TwitterFeed | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| string twitterHandle = "VisualStudio"; | |
| if (args.Length == 1) |
| using System; | |
| namespace TwitterFeed | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| using System; | |
| namespace TwitterFeed | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| string twitterHandle = ""; | |
| if (args.Length == 1) |
| package com.cursodegit.twitterFeed; | |
| import java.io.IOException; | |
| import java.net.URI; | |
| import java.net.http.HttpClient; | |
| import java.net.http.HttpRequest; | |
| import java.net.http.HttpResponse; | |
| import java.util.Base64; | |
| public class MainClass { |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>TwitterFeed</groupId> | |
| <artifactId>TwitterFeed</artifactId> | |
| <version>0.0.1-SNAPSHOT</version> | |
| <build> | |
| <sourceDirectory>src</sourceDirectory> | |
| <plugins> | |
| <plugin> | |
| <artifactId>maven-compiler-plugin</artifactId> |