 
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.adonaimedrado.pro.br/wiki/index.php?action=history&amp;feed=atom&amp;title=Microgrep.cs</id>
		<title>Microgrep.cs - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.adonaimedrado.pro.br/wiki/index.php?action=history&amp;feed=atom&amp;title=Microgrep.cs"/>
		<link rel="alternate" type="text/html" href="https://www.adonaimedrado.pro.br/wiki/index.php?title=Microgrep.cs&amp;action=history"/>
		<updated>2026-05-27T01:19:55Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://www.adonaimedrado.pro.br/wiki/index.php?title=Microgrep.cs&amp;diff=2950&amp;oldid=prev</id>
		<title>Adonaimedrado: New page: &lt;code lang=&quot;csharp&quot;&gt; using System; using System.Collections.Generic; using System.Linq;  namespace ExemploLinq { 	public class Grep 	{ 		public static void Executar(string padrao) 		{ 			s...</title>
		<link rel="alternate" type="text/html" href="https://www.adonaimedrado.pro.br/wiki/index.php?title=Microgrep.cs&amp;diff=2950&amp;oldid=prev"/>
				<updated>2009-05-26T17:34:30Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;lt;code lang=&amp;quot;csharp&amp;quot;&amp;gt; using System; using System.Collections.Generic; using System.Linq;  namespace ExemploLinq { 	public class Grep 	{ 		public static void Executar(string padrao) 		{ 			s...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;code lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
using System;&lt;br /&gt;
using System.Collections.Generic;&lt;br /&gt;
using System.Linq;&lt;br /&gt;
&lt;br /&gt;
namespace ExemploLinq&lt;br /&gt;
{&lt;br /&gt;
	public class Grep&lt;br /&gt;
	{&lt;br /&gt;
		public static void Executar(string padrao)&lt;br /&gt;
		{&lt;br /&gt;
			string[] linhas = Console.In.ReadToEnd().Split(new char[] {'\n'});&lt;br /&gt;
			foreach(string s in linhas.Where(x=&amp;gt;x.Contains(padrao)))&lt;br /&gt;
			        Console.WriteLine(&amp;quot;&amp;gt; {0}&amp;quot;,s);&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adonaimedrado</name></author>	</entry>

	</feed>